home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98b.txt / 000025_icon-group-sender _Thu May 14 07:48:46 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.8/8.8.7) with SMTP id HAA23365
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Thu, 14 May 1998 07:48:45 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA23981; Thu, 14 May 1998 07:48:40 -0700
  7. Message-Id: <199805141002.MAA28619@capway.com>
  8. From: "Vladimir Grodzenski" <grodzens@capway.com>
  9. To: icon-group@optima.CS.Arizona.EDU
  10. Date: Thu, 14 May 1998 11:58:42 +0000
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=US-ASCII
  13. Content-Transfer-Encoding: 7BIT
  14. Subject: Annoying things
  15. Reply-To: Vladimir <vladimir.grodzenski@capway.com>
  16. Priority: urgent
  17. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  18. Status: RO
  19. Content-Length: 604
  20.  
  21. 1. Close one of the opened windows or dialogs (by clicking the 
  22. CLOSE button in the upper-right corner) will cause the program 
  23. termination. This is really annoying.
  24.  
  25. 2. Under Windows95 the function system() does not work properly:
  26.     system("wordpad " || filename) 
  27.  
  28. No way to list the directory:  
  29.        system("DIR > FOO.TXT")  or 
  30.        system("COMMAND /C DIR > FOO.TXT")
  31.  
  32. Well, this is mentioned in IPD271b document, but still how the h*ll
  33. can we get the list of files then!?  
  34.  
  35. I'd suggest to implement some WinOpen dialog returning a list of
  36. files (with filter, multiple selection etc. etc.) 
  37.